apply - определение. Что такое apply
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое apply - определение

Найдено результатов: 1262
apply         
THE FUNCTION THAT MAPS A FUNCTION AND ITS ARGUMENTS TO THE FUNCTION VALUE
Apply (higher-order function)
v.
1) (D; intr.) ('to request') to apply for; to (we applied to the authorities for assistance; the captain applied to headquarters for a transfer; she applied for a fellowship)
2) (D; intr.) ('to seek admission to') to apply to (she applied to three universities)
3) (D; intr.) ('to be relevant') to apply to (the rule does not apply to this case)
4) (D; refl.) ('to concentrate one's efforts') to apply to (she applied herself to her new duties with great energy)
5) (D; tr.) ('to put on') to apply to (to apply paint to a surface; to apply ointment to a rash)
6) (D; tr.) ('to put to use') to apply to (to apply theory to practice)
7) (d; tr.) ('to channel') to apply towards (to apply money towards a purchase)
8) (E) ('to request') he applied to be transferred
apply         
THE FUNCTION THAT MAPS A FUNCTION AND ITS ARGUMENTS TO THE FUNCTION VALUE
Apply (higher-order function)
I. v. a.
1.
Lay upon, put or place upon.
2.
Appropriate, use, employ, exercise, ply, convert to use, put to use.
3.
Execute, carry out, put in practice.
4.
Devote, dedicate, addict, direct, engage, turn attentively, bend with diligence.
5.
Refer, make pertain, give direction upon.
II. v. n.
1.
Hold, hold good or true, fit or hit the case, come into play, be in point, be pertinent.
2.
Make formal request, enroll one's self as a candidate, make suit, become a candidate.
apply         
THE FUNCTION THAT MAPS A FUNCTION AND ITS ARGUMENTS TO THE FUNCTION VALUE
Apply (higher-order function)
(applies, applying, applied)
Frequency: The word is one of the 1500 most common words in English.
1.
If you apply for something such as a job or membership of an organization, you write a letter or fill in a form in order to ask formally for it.
I am continuing to apply for jobs...
They may apply to join the organization.
VERB: V for n, V to-inf, also V to n for n
2.
If you apply yourself to something or apply your mind to something, you concentrate hard on doing it or on thinking about it.
Faulks has applied himself to this task with considerable energy...
In spare moments he applied his mind to how rockets could be used to make money.
VERB: V pron-refl to n/-ing, V n to n/wh, also V pron-refl
3.
If something such as a rule or a remark applies to a person or in a situation, it is relevant to the person or the situation.
The convention does not apply to us...
The rule applies where a person owns stock in a corporation.
VERB: no cont, V to n, V
4.
If you apply something such as a rule, system, or skill, you use it in a situation or activity.
The Government appears to be applying the same principle...
His project is concerned with applying the technology to practical business problems.
VERB: V n, V n to n
5.
A name that is applied to someone or something is used to refer to them.
Connell said a new medical term should be applied to Berg's actions. He calls it 'medicide'.
VERB: be V-ed to n
6.
If you apply something to a surface, you put it on or rub it into the surface.
The right thing would be to apply direct pressure to the wound...
Applying the dye can be messy, particularly on long hair.
VERB: V n to n, V n
7.
see also applied
Apply         
THE FUNCTION THAT MAPS A FUNCTION AND ITS ARGUMENTS TO THE FUNCTION VALUE
Apply (higher-order function)
·vt To direct or address.
II. Apply ·vt To Visit.
III. Apply ·vi To Ply; to Move.
IV. Apply ·vi To apply or address one's self; to give application; to attend closely (to).
V. Apply ·vt To Busy; to keep at work; to Ply.
VI. Apply ·vt To Betake; to Address; to Refer;
- used reflexively.
VII. Apply ·vt To fix closely; to engage and employ diligently, or with attention; to Attach; to Incline.
VIII. Apply ·vt To make use of, declare, or pronounce, as suitable, fitting, or relative; as, to apply the testimony to the case; to apply an epithet to a person.
IX. Apply ·vi To Suit; to Agree; to have some connection, agreement, or analogy; as, this argument applies well to the case.
X. Apply ·vt To lay or place; to put or adjust (one thing to another);
- with to; as, to apply the hand to the breast; to apply medicaments to a diseased part of the body.
XI. Apply ·vi To make request; to have recourse with a view to gain something; to make application. (to); to Solicit; as, to apply to a friend for information.
XII. Apply ·vt To put to use; to use or employ for a particular purpose, or in a particular case; to Appropriate; to Devote; as, to apply money to the payment of a debt.
apply         
THE FUNCTION THAT MAPS A FUNCTION AND ITS ARGUMENTS TO THE FUNCTION VALUE
Apply (higher-order function)
¦ verb (applies, applying, applied)
1. make a formal request.
put oneself forward as a candidate for a job.
2. be relevant.
bring into operation or use.
3. put (a substance) on a surface.
4. (apply oneself) work hard.
Derivatives
applier noun
Origin
ME: from OFr. aplier, from L. applicat-, applicare 'fold, fasten to'.
Apply         
THE FUNCTION THAT MAPS A FUNCTION AND ITS ARGUMENTS TO THE FUNCTION VALUE
Apply (higher-order function)
In mathematics and computer science, apply is a function that applies a function to arguments. It is central to programming languages derived from lambda calculus, such as LISP and Scheme, and also in functional languages.
Partial application         
IN FUNCTIONAL PROGRAMMING
Papply; Partial apply; Partial function application
In computer science, partial application (or partial function application) refers to the process of fixing a number of arguments to a function, producing another function of smaller arity. Given a function f \colon (X \times Y \times Z) \to N , we might fix (or 'bind') the first argument, producing a function of type \text{partial}(f) \colon (Y \times Z) \to N .
function application         
ACT OF APPLYING A FUNCTION TO AN ARGUMENT FROM ITS DOMAIN SO AS TO OBTAIN THE CORRESPONDING VALUE FROM ITS RANGE.
A function applied to (some of) its arguments. If it is not applied to all its argument then it is a "{partial application}". Application is usually written in the form f(x) but some languages such as command-line interpreters and many functional languages use juxtaposition: f x. Lisp places the parentheses around the whole application: (f x).
Function application         
ACT OF APPLYING A FUNCTION TO AN ARGUMENT FROM ITS DOMAIN SO AS TO OBTAIN THE CORRESPONDING VALUE FROM ITS RANGE.
In mathematics, function application is the act of applying a function to an argument from its domain so as to obtain the corresponding value from its range. In this sense, function application can be thought of as the opposite of function abstraction.
Applier      
·noun He who, or that which, applies.

Википедия

Apply
In mathematics and computer science, apply is a function that applies a function to arguments. It is central to programming languages derived from lambda calculus, such as LISP and Scheme, and also in functional languages.